home *** CD-ROM | disk | FTP | other *** search
- if(B2A)
- {
- Text1 = "Jasn{invalid_utf8=236}. Let{invalid_utf8=237}m na Solaris.";
- if(_root.menu.eng)
- {
- Text1 = "Sure, I\'m flying to Solaris.";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B2B)
- {
- Text2 = "Solaris?";
- }
- else
- {
- if(_root.menu.eng)
- {
- Text2 = "Solaris?";
- }
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- Text3 = "";
- Text4 = "";
- But1.Varianta = "A";
- But2.Varianta = "B";
- Level = "22";
- But1.Enabled = B2A;
- But2.Enabled = B2B;
-